home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / tool / artemis1 / src / plt16.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-13  |  243 b   |  12 lines

  1. /*
  2.     plt16.h
  3. */
  4.  
  5. typedef    int    grb_t;
  6.  
  7. int        plt16_init();
  8. void    plt16_set(int plt, grb_t grb);
  9. grb_t    plt16_get(int plt);
  10. int        plt16_getnear(grb_t grb, int source_plt, int object_plt);
  11. grb_t    plt16_gray(grb_t grb1, grb_t grb2, int gray);
  12.